home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Magazine / OS3.9 / ListbrowserPch / listbrowserpch.readme < prev    next >
Encoding:
Text File  |  2001-04-07  |  1.0 KB  |  29 lines

  1. Short:    Fixes AWeb popup problems with OS3.9 BB1
  2. Uploader: tom@carrott.org (Tom Parker)
  3. Type:     biz/patch
  4.  
  5. OS 3.9 Boing Bag 1 introduces a problem with the listbrowser.gadget and 
  6. Aweb 3.4. On some machines, form popups with less than 3 entries are 
  7. rendered blank. Other machines don't have this problem. Stephan Rupprecht,
  8. who posted this fix says that it depends on your font size. :
  9.  
  10. See http://www.carrott.org/amiga/aweb/popups.html for more details.
  11.  
  12. This patch changes two bytes and fixes the problem on my machine. It was 
  13. recomended by Stephan Rupprecht <stephan.rupprecht@gmx.de> on the 
  14. AmigaOS39 mailing list.
  15.  
  16.  
  17. INSTALLATION:
  18. Back up your listbrowser.gadget in sys:classes/gadgets, then issue the
  19. command:
  20.  
  21. spatch -olistbrowser.gadget.new -plistbrowser.gadget.pch sys:classes/gadgets/listbrowser.gadget 
  22.  
  23. This will create a patched listbrowser.gadget.new file in the current
  24. directory. You must then copy the new file to sys:classes/gadgets and 
  25. rename it.
  26.  
  27. CHANGES:
  28. The version differs from the last only in the readme. The actual patch
  29. is the same.